gesture: Require BUTTON_PRESS/TOUCH_BEGIN for sequences to be initiated.
authorCarlos Garnacho <carlosg@gnome.org>
Fri, 21 Mar 2014 16:47:06 +0000 (17:47 +0100)
committerCarlos Garnacho <carlosg@gnome.org>
Fri, 23 May 2014 17:54:23 +0000 (19:54 +0200)
commit2285157c7db9a972ca8e1dcbb3363d79b0df6289
treeedb06fcc7256f05c2aeb930442af3cf31ca3f2dc
parentd89e810bd97b9e8e61cf056008dc40c197cdd754
gesture: Require BUTTON_PRESS/TOUCH_BEGIN for sequences to be initiated.

Gestures should always receive one of such events in order to be activated,
and the propagation mechanism will ensure they do so if the original event
was caught up the widget hierarchy by another gesture that is now declining
the sequence.
gtk/gtkgesture.c